Skip to content

add Nimbus targeting context tables #1209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeddai
Copy link
Member

@jeddai jeddai commented May 2, 2025

Add the Nimbus targeting context tables to the experimentation group

Comment on lines 1029 to 1036
firefox_ios_targeting_context:
type: table_view
tables:
- table: mozdata.org_mozilla_ios_firefox.nimbus_recorded_targeting_context
firefox_android_targeting_context:
type: table_view
tables:
- table: mozdata.org_mozilla_fenix.nimbus_recorded_targeting_context
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might make sense to add table_explores for these too

@jeddai jeddai force-pushed the add-nimbus-targeting-context-tables branch from b0cbab0 to e97773e Compare May 7, 2025 17:15
@jeddai
Copy link
Member Author

jeddai commented May 7, 2025

@mikewilli @scholtzan could you double check that the changes I made make sense?

Copy link

@mikewilli mikewilli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple comments, but not far off. Let me know if anything's still unclear.

Comment on lines +1033 to +1036
firefox_ios_targeting_context_explore:
type: table_explore
views:
base_view: mozdata.org_mozilla_ios_firefox.nimbus_recorded_targeting_context

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple comments that apply to both of these explores:

  • I think they need to go under the explores section just below (i.e., same level as experiment_crash_rates on line 1046)
  • You don't need to give them a unique name since it's a different type of object (you can omit _explore once it's in the explores section if you want)
  • base_view should reference the Looker view as opposed to an actual view in bigquery, (firefox_ios_targeting_context for this one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants